home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1593 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  499 b   |  18 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 1 && _root.range == true)
  5.       {
  6.          _root.dis = 2;
  7.          _root.txt_time = 50;
  8.          _root.txt = "I canΓÇÖt lay down now.  IΓÇÖm on a mission!";
  9.       }
  10.       if(_root.micon._currentframe == 2)
  11.       {
  12.          _root.dis = 2;
  13.          _root.txt_time = 75;
  14.          _root.txt = "ItΓÇÖs where the magic happens.  No, seriously, itΓÇÖs where I play fantasy games!";
  15.       }
  16.    }
  17. }
  18.